Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOP-21634] Make DBReader and DBWriter table name requirements less strict #318

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dolfinus
Copy link
Member

@dolfinus dolfinus commented Nov 21, 2024

Change Summary

DBReader(name=...) and DBWriter(name=...) validators are too strict, and don't allow passing table names with multiple dots. Fixed.

Related issue number

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

@dolfinus dolfinus self-assigned this Nov 21, 2024
@dolfinus dolfinus added the ci:skip-changelog Add this label to skip changelog file check label Nov 21, 2024
@dolfinus dolfinus marked this pull request as ready for review November 21, 2024 13:02
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.85%. Comparing base (4b1cde7) to head (0dda590).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #318      +/-   ##
===========================================
+ Coverage    91.67%   91.85%   +0.17%     
===========================================
  Files          225      225              
  Lines         9649     9649              
  Branches       987      987              
===========================================
+ Hits          8846     8863      +17     
+ Misses         608      593      -15     
+ Partials       195      193       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@dolfinus dolfinus merged commit 0ac6a3c into develop Nov 22, 2024
38 of 39 checks passed
@dolfinus dolfinus deleted the bugfix/DOP-21634 branch November 22, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:skip-changelog Add this label to skip changelog file check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants